home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
EnigmA Amiga Run 1996 March
/
EnigmA AMIGA RUN 05 (1996)(G.R. Edizioni)(IT)[!][issue 1996-03][Skylink CD IV].iso
/
earcd
/
comm1
/
timcnnct.lha
/
TC
/
Catalogs
/
TC.cd
next >
Wrap
Text File
|
1996-01-22
|
3KB
|
204 lines
;******************
;
; TimeConnect v1.14a (22.01.96)
;
;
; CatComp TC.cd cfile TC_strings.h objfile TC_strings.o
;
;******************
;
;
; *** main.c ***
;
BROKER_DESCRIPTION (//)
Time and Cost of a connection.
;
MSG_APP_ERROR (//)
Couldn't create MUI objects.
;*********************
MSG_MUI_ERROR (//)
Couldn't open muimaster.library v12 or above.
;
MSG_LOCAL_ERROR (//)
Couldn't open local.library v40 or above.
;
MSG_INTUI_ERROR (//)
Couldn't open intuition.library v39 or above.
;
MSG_GFX_ERROR (//)
Couldn't open graphics.library v39 or above.
;
MSG_WBENCH_ERROR (//)
Couldn't open workbench.library v39 or above.
;
MSG_NOSIG (//)
Couldn't allocate signal.
;
MSG_NO_STRUCTURE (//)
Couln't allocate structure.
;
MSG_NOPORT (//)
Couldn't allocate message port.
;;/******************************************************************************/
MAIN_TITLE (//)
TimeConnect V1.14a
;
;******************************* MENU ********************************
MENU_PROJECT (//)
Project
;
MENU_HIDE (//)
H\0Hide
;
MENU_ICON (//)
\0Icon when hidden
;
MENU_ABOUT (//)
About...
;
MENU_CONFIG (//)
E\0Edit config...
;
MENU_LOG (//)
L\0Edit logfile...
;
MENU_QUIT (//)
Q\0Quit
;
;/******************************************************************************/
GAD_STOP (//)
tStop
;
GAD_START (//)
sStart
;
GAD_RESET (//)
Reset
;
;******************************* MSG ********************************
MSG_QUIT_REQ (//)
\nQuit whithout saving first?\n
;
MSG_ANS_REQ (//)
_Quit|* \33b_S\33bave|_Cancel
;
MSG_ANS_REQ2 (//)
_Ok|* \33b_C\33bancel
;
MSG_TITLE_REQ (//)
TimeConnect request
;
MSG_BADFORMAT (//)
\33cBad Format file!
;
MSG_NOFILE (//)
\33cNo File!
;
MSG_NODEFAULT (//)
\33cCan't find timeconnect.prefs!
;
MSG_MSG_TITLE (//)
TimeConnect information
;
MSG_ANOTHER (//)
There's still a running TC!\n\33c Continue?
;
MSG_LOAD_NEWLOG (//)
You have change of logfile\n\
Do you want to load the new one?
;
MSG_NO_MESSAGE (//)
No message received\n\
from child process!
;
REPORT_TXT (//500)
\33b\0331Current cost:\33n\0332 %ld.%02ld$\n\
\33l\33b\0331Current unity:\33n\0332\n\
\33c%ld.%02ld$ - %lg min\n\
%s\n\
\33l\33b\0331Total:\33n\0332\n\
%s %ld.%02ld $\n\
%s %s\n\
%s %s\n\
%s %ld.%02ld $\n\
%s %02d:%02d:%02d\n\
%s %ld\n\
%s %ld
;
REPORT_TXT2 (//500)
\33b\0331Current cost:\33n\0332 %ld.%02ld $\n\
\33l\33b\0331Current unity:\33n\0332\n\
\33c%ld.%02ld $ - infinite\n\
%s\n\
\33l\33b\0331Total:\33n\0332\n\
%s %ld.%02ld $\n\
%s %s\n\
%s %s\n\
%s %ld.%02ld $\n\
%s %02d:%02d:%02d\n\
%s %ld\n\
%s %ld
;
SHORT_REPORT_TXT (//)
\33bcurrent\33n:\33c %ld.%02ld $
;
MSG_BADPREFS (//)
Nothing set for the current day\n\
\33cBad preferences!\n\
\33cThe program can't work.
;
NO_PREFS (//)
No preferences set!
;
TOTAL_COST (//)
\33bTotal Cost:\33n
;
TOTAL_TIME (//)
\33bTotal Time:\33n
;
LAST_COST (//)
\33bLast Cost:\33n
;
START_DATE (//)
\33bStart Date:\33n
;
LAST_DATE (//)
\33bLast Date:\33n
;
TOTAL_UNITY (//)
\33bTotal unity:\33n
;
TOTAL_REMAIN (//)
\33bRemaining:\33n
;
;******************************* SHORT HELP ********************************
SH_START (//)
To start!
;
SH_STOP (//)
To stop!
;
SH_RESET (//)
To reset counter to zero\n\
\33cor to delay!
;
SH_LASTTIME (//)
Total time of the\n\
\33clast connection.
;
SH_GAUGE (//)
Evaluation of remaining time\n\
\33cfor current unity.
;
SH_SHORTREPORT (//)
Total cost of the\n\
\33clast connection.
;
SH_POPUP (//)
Just click to look!\n\
\33c :-)
;
SH_REPORT (//)
The whole report gadget!
;